home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / ParseCH.h < prev    next >
C/C++ Source or Header  |  1996-12-22  |  94b  |  11 lines

  1. #include "ParseFile.h"
  2.  
  3.  
  4. class ParseCH: public ParseFile {
  5.  
  6. public:
  7.  
  8.     void Start( void );
  9.  
  10. };
  11.